robertl [Thu, 12 Jan 2006 20:35:43 +0000 (20:35 +0000)]
Add unicsv.
robertl [Thu, 12 Jan 2006 19:59:58 +0000 (19:59 +0000)]
Add unicsv format to for xsv where first list describes subsequent data.
parkrrrr [Thu, 12 Jan 2006 15:18:06 +0000 (15:18 +0000)]
more notes
robertl [Wed, 11 Jan 2006 18:34:49 +0000 (18:34 +0000)]
Add support for Cambridge/Winpilot format.
robertl [Wed, 11 Jan 2006 18:27:28 +0000 (18:27 +0000)]
Add support for SeeYou glider pilot software. seeyou.ws/
robertl [Wed, 11 Jan 2006 07:08:33 +0000 (07:08 +0000)]
Add 'modifier' argument to [IO] field in xcsv. Initially define 'absolute" and "no_delim_before".
oliskoli [Tue, 10 Jan 2006 22:22:49 +0000 (22:22 +0000)]
Memory leak fix: release badchars member directly because currently setshort_badchars() always allocates something.
oliskoli [Tue, 10 Jan 2006 22:13:11 +0000 (22:13 +0000)]
Added informational parameter to CHECK_INP macro (more info when ends with fatal).
robertl [Tue, 10 Jan 2006 21:17:15 +0000 (21:17 +0000)]
Fake timestamp when making track from wpt in cvt filter.
robertl [Tue, 10 Jan 2006 21:16:00 +0000 (21:16 +0000)]
Move decl in google.c from C99 style to C89 style.
robertl [Tue, 10 Jan 2006 21:15:37 +0000 (21:15 +0000)]
Added 'maxcmts' argument to Magellan SD writer.
robertl [Tue, 10 Jan 2006 21:15:00 +0000 (21:15 +0000)]
Revert bad change to route reader in Ozi.
robertl [Tue, 10 Jan 2006 21:13:38 +0000 (21:13 +0000)]
Maggeo: add ability to write 8859-1. Disbaled for now as firmware is too new to require.
robertl [Tue, 10 Jan 2006 14:14:55 +0000 (14:14 +0000)]
Vaporize record delimiters from fields when writing Ozi.
robertl [Tue, 10 Jan 2006 14:00:55 +0000 (14:00 +0000)]
Lat/long are absolutes since we have a different hemi field.
robertl [Mon, 9 Jan 2006 22:47:08 +0000 (22:47 +0000)]
A truckload of minor changes to improve error reporting from Garmin modules.
robertl [Mon, 9 Jan 2006 20:34:29 +0000 (20:34 +0000)]
Turn on MALLOC_CHECK.
parkrrrr [Mon, 9 Jan 2006 19:03:07 +0000 (19:03 +0000)]
fixed overlapping strcpy
robertl [Mon, 9 Jan 2006 17:30:09 +0000 (17:30 +0000)]
Test xml time failure correctly.
parkrrrr [Mon, 9 Jan 2006 17:16:10 +0000 (17:16 +0000)]
bug: freeing non-malloced string
robertl [Mon, 9 Jan 2006 17:07:30 +0000 (17:07 +0000)]
Always duplicate badchar string into handle to eliminate special cases on
the handle release.
robertl [Mon, 9 Jan 2006 16:22:03 +0000 (16:22 +0000)]
Don't emit time if we don't have time. Don't have time if gmtime fails.
parkrrrr [Mon, 9 Jan 2006 15:55:58 +0000 (15:55 +0000)]
Testo for January 06 Google Maps change
parkrrrr [Mon, 9 Jan 2006 15:55:25 +0000 (15:55 +0000)]
January 2006 changes to Google Maps
robertl [Fri, 6 Jan 2006 19:59:57 +0000 (19:59 +0000)]
Correctly handle mpsmergeout option as a real binary option.
robertl [Fri, 6 Jan 2006 19:54:00 +0000 (19:54 +0000)]
Ooopsy. Forgot to terminate the options list.
robertl [Tue, 3 Jan 2006 15:50:02 +0000 (15:50 +0000)]
Rename uuid_generate to avoid conflich with one in darwin's libm.
oliskoli [Thu, 22 Dec 2005 23:49:36 +0000 (23:49 +0000)]
CET-workarround for gpx files removed. "encoding=UTF-8" for gpx format is standard from now.
oliskoli [Thu, 22 Dec 2005 22:59:59 +0000 (22:59 +0000)]
Fixed "copy and paste" artefact.
oliskoli [Wed, 21 Dec 2005 23:14:20 +0000 (23:14 +0000)]
Fixed directory name to create for the application.
Defined mutex (and create in utils.pas) to tell "Setup" that we are running.
Replaced several locations of version and release with const definitions.
Changed basename for setup package to iGPSBabel-{#Version}{#Release}.
oliskoli [Mon, 19 Dec 2005 23:01:30 +0000 (23:01 +0000)]
Show diffs and pause only if "fc" returns with an error.
oliskoli [Mon, 19 Dec 2005 22:45:07 +0000 (22:45 +0000)]
Added testo sequence for "real" geoniche file format.
oliskoli [Mon, 19 Dec 2005 22:44:15 +0000 (22:44 +0000)]
Enhance geoniche to read the "real" geoniche binary format.
oliskoli [Mon, 19 Dec 2005 22:31:10 +0000 (22:31 +0000)]
Added gpx reference for "real" geoniche file format.
oliskoli [Mon, 19 Dec 2005 22:11:52 +0000 (22:11 +0000)]
Added gpsbabel startup-time (freezed and unfreezed) to global variables.
oliskoli [Mon, 19 Dec 2005 21:56:00 +0000 (21:56 +0000)]
Added "real" geoniche file (binary) to reference.
oliskoli [Mon, 19 Dec 2005 19:27:33 +0000 (19:27 +0000)]
Platform depended code removed.
parkrrrr [Fri, 16 Dec 2005 15:17:39 +0000 (15:17 +0000)]
Just some updates for the hivemind
robertl [Thu, 15 Dec 2005 16:43:37 +0000 (16:43 +0000)]
Write status of '3' when writing Delorme GPL files.
robertl [Wed, 14 Dec 2005 21:17:30 +0000 (21:17 +0000)]
Sketch in example of converting waypoints to tracks.
parkrrrr [Tue, 13 Dec 2005 15:20:11 +0000 (15:20 +0000)]
an1 is a binary format; use bincompare
parkrrrr [Tue, 13 Dec 2005 15:14:33 +0000 (15:14 +0000)]
update for radius default changes
parkrrrr [Tue, 13 Dec 2005 15:11:32 +0000 (15:11 +0000)]
Added 'circle' type and 'radius' option to an1
oliskoli [Tue, 13 Dec 2005 01:27:58 +0000 (01:27 +0000)]
Added envirounment variable GPSBABEL_FREEZE_TIME to mkwintesto.c.
oliskoli [Tue, 13 Dec 2005 00:01:51 +0000 (00:01 +0000)]
Added enviroment variable GPSBABEL_FREEZE_TIME to mkwintesto.c.
oliskoli [Mon, 12 Dec 2005 23:58:59 +0000 (23:58 +0000)]
Write CR/LF only from NON-Windows based platforms.
oliskoli [Mon, 12 Dec 2005 22:40:54 +0000 (22:40 +0000)]
Update GUI to internal release 0.2.2.21 (12/12/2005).
GUI has now embedded french and german translations for GUI and gpsbabel options.
oliskoli [Mon, 12 Dec 2005 22:29:43 +0000 (22:29 +0000)]
French translations per 12/12/2005.
oliskoli [Mon, 12 Dec 2005 22:29:02 +0000 (22:29 +0000)]
German translations per 12/12/2005.
oliskoli [Mon, 12 Dec 2005 21:53:11 +0000 (21:53 +0000)]
Change option cartoexplorer to cartoexploreur.
oliskoli [Mon, 12 Dec 2005 21:45:50 +0000 (21:45 +0000)]
Changed "Carto Explorer" to "Carto Exploreur" (cartoexplorer to cartoexploreur).
Check this option in pcx_route_hdr too.
robertl [Mon, 12 Dec 2005 19:37:26 +0000 (19:37 +0000)]
Allow override of Yahoo address field separators.
robertl [Mon, 12 Dec 2005 17:12:59 +0000 (17:12 +0000)]
Parse address for Yahoo reader, too.
robertl [Mon, 12 Dec 2005 15:43:00 +0000 (15:43 +0000)]
Sketch in Yahoo geocode reader.
robertl [Mon, 12 Dec 2005 15:42:27 +0000 (15:42 +0000)]
Warn about -o appearing on command line before -i.
robertl [Sat, 10 Dec 2005 20:35:21 +0000 (20:35 +0000)]
Catch ARGTYPE_INT arguments with defaults that aren't integers.
oliskoli [Thu, 8 Dec 2005 00:39:06 +0000 (00:39 +0000)]
bcr option "radius" fixed.
oliskoli [Thu, 8 Dec 2005 00:11:55 +0000 (00:11 +0000)]
Fixed declared data type of color options.
oliskoli [Tue, 6 Dec 2005 18:10:14 +0000 (18:10 +0000)]
Typo and language fixes.
oliskoli [Tue, 6 Dec 2005 18:09:03 +0000 (18:09 +0000)]
Update GUI to internal release 0.2.2.21.
oliskoli [Tue, 6 Dec 2005 17:54:52 +0000 (17:54 +0000)]
Added ignore template for translations.
oliskoli [Tue, 6 Dec 2005 17:30:08 +0000 (17:30 +0000)]
French translation of GPSBabel options.
oliskoli [Tue, 6 Dec 2005 17:28:23 +0000 (17:28 +0000)]
German translation of GPSBabel options.
oliskoli [Tue, 6 Dec 2005 17:24:29 +0000 (17:24 +0000)]
Added template for translation of GPSBabel options.
oliskoli [Tue, 6 Dec 2005 00:49:43 +0000 (00:49 +0000)]
Update GUI to internal release 0.2.2.20.
oliskoli [Tue, 6 Dec 2005 00:41:36 +0000 (00:41 +0000)]
New dialog to select anything from any stringlist.
oliskoli [Tue, 6 Dec 2005 00:38:08 +0000 (00:38 +0000)]
Update GUI to internal release 0.2.2.20.
oliskoli [Tue, 6 Dec 2005 00:25:47 +0000 (00:25 +0000)]
Minor GPSBabelGUI-2 updates.
oliskoli [Tue, 6 Dec 2005 00:20:51 +0000 (00:20 +0000)]
Added "Inno Setup" script for automized package.
oliskoli [Tue, 6 Dec 2005 00:12:50 +0000 (00:12 +0000)]
Added "delphi compatibility" unit to project GPSBabelGUI.
robertl [Mon, 5 Dec 2005 18:04:06 +0000 (18:04 +0000)]
Nukedata, position: No periods at and of help string text.
oliskoli [Mon, 5 Dec 2005 13:35:46 +0000 (13:35 +0000)]
Added write sequence for gdb format.
oliskoli [Mon, 5 Dec 2005 13:33:18 +0000 (13:33 +0000)]
Conversion BUGFIX (multiple input files).
oliskoli [Mon, 5 Dec 2005 13:31:29 +0000 (13:31 +0000)]
Added flags to waypoint and route structure (CET conversions).
oliskoli [Mon, 5 Dec 2005 13:28:53 +0000 (13:28 +0000)]
Minor GDB fixes (reference data changed).
oliskoli [Mon, 5 Dec 2005 13:26:32 +0000 (13:26 +0000)]
Only decrement internal waypt_ct if waypt_head is flushed.
robertl [Sat, 3 Dec 2005 03:22:06 +0000 (03:22 +0000)]
Do the same enclosure quoting hack on input for MXF.
robertl [Sat, 3 Dec 2005 03:05:04 +0000 (03:05 +0000)]
Allow MXF to do it's "characters are both required and disallowed" thing.
robertl [Fri, 2 Dec 2005 22:16:00 +0000 (22:16 +0000)]
Add the 148 official colors so the Fugawi users can specify "lemonchiffon",
"mintrose", and "peachpuff" instead of the just the names from the box of
16 crayons.
(Please remind me of this next time I say "no"...)
robertl [Fri, 2 Dec 2005 19:14:38 +0000 (19:14 +0000)]
Move color parser from an1 to util.c. Teach Ozi cmd line parser to use it.
robertl [Fri, 2 Dec 2005 13:33:28 +0000 (13:33 +0000)]
Garmin Logbook files have extension of .xml.
robertl [Thu, 1 Dec 2005 21:04:16 +0000 (21:04 +0000)]
Fix type for carto option.
robertl [Thu, 1 Dec 2005 20:29:16 +0000 (20:29 +0000)]
Bump version for GSAK beta.
robertl [Thu, 1 Dec 2005 20:27:32 +0000 (20:27 +0000)]
Don't create empty link in KML output.
parkrrrr [Thu, 1 Dec 2005 20:01:16 +0000 (20:01 +0000)]
prevent a potential but currently impossible segfault that could happen when an fs-copy function just does a memcpy
robertl [Thu, 1 Dec 2005 20:00:42 +0000 (20:00 +0000)]
Enhance Ozi reader and writer to allow waypoint colors to be preserved
across a merge.
oliskoli [Thu, 1 Dec 2005 01:25:49 +0000 (01:25 +0000)]
Changed to non-fixed character set. Makes sense for GUI screen output and other situations.
robertl [Wed, 30 Nov 2005 23:30:03 +0000 (23:30 +0000)]
Call wr_init before the waypoint backup is done.
robertl [Wed, 30 Nov 2005 22:47:11 +0000 (22:47 +0000)]
Fix typo in help string for Cartoexplorer.
oliskoli [Thu, 24 Nov 2005 18:12:48 +0000 (18:12 +0000)]
Added missing break in case statement. Patch from Rene.
oliskoli [Thu, 24 Nov 2005 02:11:57 +0000 (02:11 +0000)]
Check if output file was opened before.
oliskoli [Mon, 21 Nov 2005 23:19:11 +0000 (23:19 +0000)]
Enhanced filter list -%1 in same manner like format's -^3 output.
oliskoli [Sun, 20 Nov 2005 21:41:04 +0000 (21:41 +0000)]
Added README.gui.
oliskoli [Sun, 20 Nov 2005 21:39:46 +0000 (21:39 +0000)]
Added README.gui to filelist for windows package.
oliskoli [Sun, 20 Nov 2005 21:33:45 +0000 (21:33 +0000)]
Big gui update:
- new dialog for format options
- added CET features
- added possibility to write data to screen
- any "look and feel" changes
oliskoli [Sun, 20 Nov 2005 21:28:09 +0000 (21:28 +0000)]
Big gui update:
- new dialog for format options
- added CET features
- added possibility to write data to screen
- any "look and feel" changes
oliskoli [Sun, 20 Nov 2005 21:24:43 +0000 (21:24 +0000)]
Bugfix for embedded translations.
oliskoli [Sun, 20 Nov 2005 21:21:30 +0000 (21:21 +0000)]
Big gui update:
- new dialog for format options
- added CET features
- added possibility to write data to screen
- any "look and feel" changes
oliskoli [Sun, 20 Nov 2005 21:11:00 +0000 (21:11 +0000)]
New internal gnugettext wrapper for older Delphi releases.
oliskoli [Sun, 20 Nov 2005 21:09:20 +0000 (21:09 +0000)]
Added gnugettext wrapper for Delphi 5.